projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e33741a
)
minor fixup
author
Tim Janik
<timj@src.gnome.org>
Tue, 8 Sep 1998 09:24:22 +0000
(09:24 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Tue, 8 Sep 1998 09:24:22 +0000
(09:24 +0000)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 2f48d79b4add729acdc480d68a1154f50428264e..8be840c55ef0d0d99c5ccb82915528410a99da76 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-50,11
+50,13
@@
case $CC in
esac
aclocal $ACLOCAL_FLAGS
-automake $am_opt
-autoconf
+
# optionally feature autoheader
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
+automake $am_opt
+autoconf
+
./configure "$@"
echo